home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself Web Publi…sional Reference Edition) / Teach Yourself Web Publishing HTML 3.2.iso / mac / iso9660 / 3RDPARTY / ACTIVEX / README.TXT < prev    next >
Text File  |  1996-11-11  |  9KB  |  222 lines

  1.  
  2. MicrosoftÆ ActiveX(TM) Control Pad Release Notes
  3. ================================================
  4.  
  5. © Copyright Microsoft Corporation, 1996.
  6.  
  7. To view this document most effectively in Notepad, maximize the
  8. Notepad window and turn on Word Wrap (Edit menu).
  9.  
  10. Contents
  11. --------
  12. These release notes supplement the information in the
  13. the Microsoft ActiveX Control Pad Help file.
  14.  
  15. 1. Support Information
  16. 2. Requirements
  17. 3. Installation
  18. 4. Known Issues
  19.  
  20.  
  21. 1. Support Information
  22. ======================
  23.  
  24. The Microsoft ActiveX Control Pad is a free, downloadable product.
  25. Microsoft has established an online newsgroup for this product,
  26. for peer-to-peer support only.  This newsgroup can be used to
  27. exchange information with others who are using the ActiveX Control
  28. Pad.  
  29.  
  30. To access this newsgroup using a newsgroup reader, enter the
  31. following news server address:
  32.  
  33.     msnews.microsoft.com
  34.  
  35. The name of the newsgroup is:
  36.  
  37.     activeX_controlpad_HTML_layout_control
  38.  
  39. Or, you can use the following URL to access the newsgroup directly
  40. from a Web browser:
  41.  
  42.     news:microsoft.public.activeX_controlpad_HTML_layout_control
  43.  
  44. The newsreader available with Internet Explorer version 3.0 supports
  45. multiple news servers.  You can download the newsreader from the
  46. Internet Explorer site (http://www.microsoft.com/ie).
  47.  
  48. Microsoft AnswerPoint Fee based technical support is available from
  49. Microsoft by dialing (800) 936-5800.
  50.  
  51.  
  52. 2.  Requirements for Microsoft ActiveX Control Pad
  53. ==================================================
  54.  
  55. To run Microsoft ActiveX Control Pad, you need the following: 
  56.  
  57. * A personal computer with a minimum 486 microprocessor running
  58.   Microsoft Windows 95 or later, or Microsoft Windows NT 4.0 or later.
  59. * 16 MB of RAM.
  60. * 10 MB of free disk space on your hard drive.
  61. * Internet Explorer 3.0 or later.
  62.  
  63.  
  64. 3. Installing the Microsoft ActiveX Control Pad
  65. ===============================================
  66.  
  67. To install the Microsoft ActiveX Control Pad, download the setup file
  68. from:
  69.  
  70.     http://www.microsoft.com/workshop/author/
  71.  
  72. After downloading SETUPPAD.EXE to your system:
  73.  
  74. 1. Run SETUPPAD.EXE.
  75. 2. Follow the setup instructions on your screen.
  76. 3. Open the ActiveX Control Pad README file from the Windows 95 Start
  77.    menu to review important information about the product. 
  78.  
  79. Note: Microsoft ActiveX Control Pad includes the HTML Layout control.
  80. You don't need to download and install the HTML Layout control
  81. separately. 
  82.  
  83.  
  84. 4. Known Issues
  85. ===============
  86.  
  87. Beta 1 Compatibility
  88. --------------------
  89. HTML Layouts authored with the Beta 1 release of the Microsoft ActiveX
  90. Control Pad that contain <OBJECT> tags with the "DATA=DATA:..."
  91. attribute will not work with this release.  Replace "DATA:" with 
  92. "DATA:APPLICATION/X-OLEOBJECT;BASE64," to upgrade an HTML Layout to
  93. work with the released version.
  94.  
  95. ActiveX Controls and Objects
  96. ----------------------------
  97. Low memory may cause certain images to be downloaded incorrectly
  98. when using the Image control, resulting in the loss of image data.
  99.  
  100. The Microsoft Forms 2.0 MultiPage Control, and the Microsoft Forms 2.0
  101. Frame Control will not work in HTML or in an .alx file.
  102.  
  103. <OBJECT> tags placed in HTML that are larger than 2K will not be
  104. instantiated by Internet Explorer.
  105.  
  106. Setting the MousePointer property will only show black-and-white icon 
  107. at runtime.
  108.  
  109. When persisting URL properties, the ActiveX Control Pad does not persist 
  110. the REF attribute in the <PARAM> tag.  This attribute is used by certain 
  111. tools to do link fixup.  Use document-relative URL's to avoid link fixup 
  112. issues.
  113.  
  114. Setting and changing Z-Order at runtime works with Windowless 
  115. ActiveX Controls.  Windowed controls, which most legacy controls are,
  116. can not be used with Z-Order, they will always appear above Windowless
  117. controls.
  118.  
  119. Setting the MouseIcon property for Forms 2.0 controls will not 
  120. work as expected when used directly in an HTML file.  MouseIcon on 
  121. these controls does work correctly when used within an HTML Layout
  122. Control.
  123.  
  124. Setting TabKeyBehavior=True for a multiline textbox control will not 
  125. behave as expected.  The object participates in the tab order instead 
  126. of inserting a tab character.
  127.  
  128. The License Manager Object should not be inserted in the .alx file. To
  129. use licensed controls in an HTML document, the license manager 
  130. information should be inserted directly into the HTML document.
  131.  
  132. HTML Layout
  133. -----------
  134. Comments inside a <DIV> </DIV> block are not preserved.  To preserve
  135. comments in the .alx file, place them outside the <DIV> block.
  136.  
  137. Inserting HTML Layouts in HTML files requires an absolute path unless
  138. the layout being inserted is in the same directory as the host HTML
  139. file, or the HTML Layout is located in a subdirectory of the directory
  140. containing the host HTML file.
  141.  
  142. The bgColor property of the HTML Layout cannot be set to a system color
  143. (i.e., any of the colors in the drop-down list in the property page). 
  144. Use an absolute color value instead.
  145.  
  146. Z-Order commands cannot be undone using the Undo command (Edit Menu).
  147.  
  148. Dragging and Dropping of .bmp, .avi, or other files on to the 
  149. ActiveX Control Pad's HTML Layout editor can cause problems.  Instead, 
  150. drag out the appropriate control first, and then point the control's 
  151. property at the file to be used.
  152.  
  153. Inserting objects into an HTML Layout that are not proper ActiveX
  154. Controls, for example an Excel spreadsheet, can cause unexpected results.
  155. If the object is inserted by adding it to the toolbox as a control and 
  156. then adding it to the HTML Layout, the following tags will be written
  157. to the .alx file:
  158.     <OBJECT STYLE="ZINDEX:0;">
  159.     </OBJECT>
  160. In general, do not insert non ActiveX Controls into an HTML Layout.  
  161. Non ActiveX Controls will not appear in the Insert ActiveX Control
  162. selection dialog.
  163.  
  164. Accelerators do not work as expected within an HTML Layout.
  165.  
  166. Scripting
  167. ---------
  168. When you are setting properties in the Script Wizard's List view, the
  169. "Color" button returns the HEX code in RRGGBB format (e.g. - #FF00FF)
  170. for the color selected.
  171.  
  172. When scripting elements on an HTML page, the Script Wizard removes extra
  173. whitespace and extra carriage returns from the file.
  174.  
  175. The Script Wizard does not check for duplicate procedure and object names.
  176.  
  177. When commenting inline scripts using VBScript code, use "REM" 
  178. instead of the "'" character.  Inline scripts are any script contained
  179. directly in the HTML tag for the object, such as scripts specified directly
  180. in an <INPUT> tag.  You can use "'" in <SCRIPT> blocks.
  181.  
  182. The Script Wizard automatically places an "End Sub" at the end of
  183. procedures.  Adding an "End Sub" in List View or Code View will result
  184. in two "End Sub" lines for one procedure. Use Notepad to remove the
  185. duplicate "End Sub" from .alx files (which you can easily launch
  186. by using the "View Source" context menu item).
  187.  
  188. Both VBScript and JavaScript are strict about which characters can be
  189. used in variable names, names of ActiveX Controls (expressed with the
  190. ID= attribute of the <OBJECT> tag), and <INPUT> tag NAME= names.  Only
  191. ASCII characters A-Z, a-z, _, and 0-9 are allowed.  Spaces (" "),
  192. dashes ("-"), and DBCS characters are not valid name and identifier
  193. characters and can lead to unexpected errors.   No name, in either 
  194. language, is allowed to begin with a number.
  195.  
  196. Clicking on the value of a radio button in the Script Wizard action 
  197. pane yields Document.form.group.value where group is the "name" 
  198. property that may appear in several grouped radio buttons.  This
  199. will cause a runtime error.  Instead, what should be generating 
  200. is Document.form.group.item(n).value (where n is 1-based count of 
  201. the radio button in that group).  
  202.  
  203. Non-unique values for the ID property of an object can cause unexpected
  204. behavior.  The Control Pad will assign a unique name to the ID property
  205. for each control.  While renaming is allowed, be careful not to
  206. duplicate ID values.  Also, if an ID within an HTML Layout matches the
  207. ID within the host HTML file, unexpected results can also occur;
  208. avoid ID conflicts throughout the entire HTML file environment.
  209.  
  210. Forms 2.0 control properties cannot be set through standard JavaScript
  211. property setting code.  Use the following syntax:
  212.     object.property
  213. Do not use this syntax:
  214.     object["property"]  -- or --  object[1]
  215.  
  216. Miscellaneous
  217. -------------
  218. Redocking the toolbar may cause it to become dimmed.  If this occurs,
  219. click the toolbar or slightly adjust it.
  220.  
  221. ==== End of Readme ====
  222.